home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
misc
/
m2_part1.lha
/
modula
/
dice
/
dice.LHA
/
include
/
sys
/
time.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-04-24
|
148 b
|
15 lines
#ifndef _SYS_TIME_H
#define _SYS_TIME_H
#include <time.h>
struct timeval {
unsigned long tv_sec;
unsigned long tv_usec;
};
#endif